Hi,
Having a bit of a problem using the \incidents endpoint (not sure if that’s the correct term?) to get all incidents based on a single day range.
I can see in the PD portal that across all services and teams I have 49 incidents. So I would expect my sandpit code below to get all 48 in the first loop, then on the next loop offset++ it should retrieve nothing, but it loops 6 times with the .Count() decreasing by one each time.
I have tried the date filters as yyyymmdd and yyyy-mm-dd but I get the same results.
The only parts not shown in this example are the C# classes generated from the json.
Can anyone advise on what is wrong please?
Thanks